CWS Command-line Tool - CWSPackage |
|
The command-line tool CWSPackage can be used to create application packages from Collaborative Workspace (CWS) projects.
For general instructions on how to use CWS command-line tools, refer to Using the CWS Command-line Tools.
The command-line tool CWSPackage accepts three parameters:
CWSPackage <ORGANIZATION_NAME> <WORKSPACE_NAME> <PROJECT_NAME>
where,
<ORGANIZATION_NAME>
is the name of the organization in which the project resides,<WORKSPACE_NAME>
is the name of the workspace in which the project resides,<PROJECT_NAME>
is the name of the project to be packaged.
For example, if your organization is called 'MyOrganization', your workspace is called 'MyWorkspace', and that workspace contains a project named 'MyProject', packaging that project can be done using the following command:
CWSPackage MyOrganization MyWorkspace MyProject
![]() |
White space characters in parameters In cases where any of the parameters contain white space characters, you must include these in double quotes as shown below: CWSPackage "My Organization" "My Workspace" "My Project" |
The created package is stored at the following location: <Process_Platform_Installation_Directory>/cws/build/<ORGANIZATION_NAME>/<WORKSPACE_NAME>/package/